home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / snp497.zip / NETLIB.KEY < prev    next >
Text File  |  1990-10-22  |  5KB  |  195 lines

  1. *---------------------------------------------------------*
  2. * This is a KEYWORD file for the SNAP! system.            *
  3. *---------------------------------------------------------*
  4. *
  5. * It contains a list of all NetLib [tm] key words to be
  6. * capitalized by SNAP!
  7. *
  8. * The format of this file is as follows:
  9. *     One key word per line
  10. *     Order doesn't matter [e.g., they don't have to
  11. *                          be alphabetized]
  12. *     Capitalization doesn't matter
  13. *
  14. *
  15. *---------------------------------------------------------*
  16. *    [*]                                                  *
  17. *    Lines or words beginning with an astrisk are         *
  18. *    comments and are ignored by SNAP!.  Blank lines      *
  19. *    are also ignored.                                    *
  20. *---------------------------------------------------------*
  21. *
  22. *---------------------------------------------------------*
  23. *    [!]                                                  *
  24. *    Words beginning with an exclamation mark are         *
  25. *    capitalized but NOT cross-referenced, even when      *
  26. *    you choose to cross-reference key words.             *
  27. *---------------------------------------------------------*
  28. *
  29. *---------------------------------------------------------*
  30. *    [@]                                                  *
  31. *    Words beginning with an AT sign are always cross-    *
  32. *    referenced, even if you do not ask for key words     *
  33. *    to be cross-referenced.                              *
  34. *---------------------------------------------------------*
  35. *
  36. *---------------------------------------------------------*
  37. *    [%]                                                  *
  38. *    Words beginning with a percent sign are not cross-   *
  39. *    referenced or capitalized.                           *
  40. *---------------------------------------------------------*
  41. *
  42. *---------------------------------------------------------*
  43. *    [()]                                                 *
  44. *    Words ending with parentheses are functions.  Only   *
  45. *    the first letter will be capitalized.  All other     *
  46. *    flags override this one.  Functions are not affected *
  47. *    by key word expansion or compression.                *
  48. *---------------------------------------------------------*
  49. *
  50. *---------------------------------------------------------*
  51. *   All of the key words in this file are for NetLib by   *
  52. *   Communication Horizans.  Since NetLib is a function   *
  53. *   library all of the key words end with parentheses.    *
  54. *                                                         *
  55. *   If you would prefer that these key words be treated   *
  56. *   differently by SNAP! you will need to change the      *
  57. *   flags manually.                                       *
  58. *---------------------------------------------------------*
  59. *
  60. *   NetLib is a registered trade mark of Communication Horizons.
  61. *
  62. *---------------------------------------------------------*
  63. *        Beginning of NetLib keywords for SNAP!           *
  64. *---------------------------------------------------------*
  65. *) Netlib
  66. ASC1()
  67. ASC2()
  68. ASC4()
  69. ASC8()
  70. CHR1()
  71. CHR2()
  72. CHR4()
  73. CHR8()
  74. N_ADDR()
  75. N_APPEND()
  76. N_BANNER()
  77. N_CHECKF()
  78. N_CHECKR()
  79. N_CHECKS()
  80. N_CHECKU()
  81. N_CHKSUM()
  82. N_CLASS()
  83. N_CODELVL()
  84. N_CONNECT()
  85. N_COPIES()
  86. N_DATE()
  87. N_DEBUG()
  88. N_DBF()
  89. N_DBT()
  90. N_DECODE()
  91. N_DECODEST()
  92. N_DISCON()
  93. N_ENCODE()
  94. N_ENCODEST()
  95. N_EXCL()
  96. N_FATTR()
  97. N_FCOPY()
  98. N_FDRIVE()
  99. N_FEXT()
  100. N_FMAP()
  101. N_FNAME()
  102. N_FPATH()
  103. N_FSPEC()
  104. N_FULLNAME()
  105. N_FVOL()
  106. N_GATHER()
  107. N_HANDLES()
  108. N_HOT()
  109. N_INDEX()
  110. N_ISEXCL()
  111. N_ISFLOCK()
  112. N_ISRLOCK()
  113. N_ISSLOCK()
  114. N_JOURNAL()
  115. N_LOGMSG()
  116. N_MLOCK()
  117. N_NDX()
  118. N_PRINTER()
  119. N_PRTSC()
  120. N_READONLY()
  121. N_READY()
  122. N_RECCON()
  123. N_RECV()
  124. N_REDIRECT()
  125. N_REREAD()
  126. N_RESTATTR()
  127. N_RIGHTS()
  128. N_SAVEATTR()
  129. N_SCATTER()
  130. N_SECONDS()
  131. N_SELECTUP()
  132. N_SEND()
  133. N_SERVER()
  134. N_SETKEY()
  135. N_SETTIME()
  136. N_SLOCK()
  137. N_SOFTSCR()
  138. N_SPLCPL()
  139. N_SPLFLUSH()
  140. N_SPLFRM()
  141. N_SPLLPP()
  142. N_SPLLPT()
  143. N_SPLNOFF()
  144. N_SPLQUE()
  145. N_SPLRESET()
  146. N_SPLSETUP()
  147. N_SPLSRV()
  148. N_SPLTAPS()
  149. N_SPLTMO()
  150. N_SPLUSER()
  151. N_SPOOL()
  152. N_STAMAX()
  153. N_STANUM()
  154. N_SUNLOCK()
  155. N_TIME()
  156. N_UNGATHER()
  157. N_USE()
  158. N_WHERE()
  159. N_WHOAMI()
  160. *---------------------------------------------------------*
  161. *             NetLib Journalling functions                *
  162. *---------------------------------------------------------*
  163. J_COMMENT()
  164. J_LOG()
  165. J_START()
  166. J_STATUS()
  167. J_STOP()
  168. J_TRANS()
  169. JNL_CONCAT()
  170. JNL_CREATE()
  171. JNL_INIT()
  172. JNL_PARSE()
  173. JNL_PUBLIC()
  174. JNL_RECOV()
  175. JNL_TYPE()
  176. *---------------------------------------------------------*
  177. * NetLib Transaction Tracking System interface functions  *
  178. *---------------------------------------------------------*
  179. T_ROLLBACK()
  180. T_START()
  181. T_STATUS()
  182. T_STOP()
  183. T_TRANS()
  184. *---------------------------------------------------------*
  185. *   Some older NetLib function names for compatibility.   *
  186. *---------------------------------------------------------*
  187. N_CHECK()
  188. N_EXTEND()
  189. N_FTRANS()
  190. N_FSHARE()
  191. N_MOVE_2()
  192. *---------------------------------------------------------*
  193. *      END OF NETLIB FUNCTION KEYWORD FILE FOR SNAP!      *
  194. *---------------------------------------------------------*
  195.